for example, the create type statement and the 可以與事件通知一起使用的ddl語句
a document type statement gets added to the xml document 這樣就向xml文檔中增加文檔類型說明:
alias data types are created with the create type statement before they can be used in a table definition 必須先用createtype語句創(chuàng)建別名數(shù)據(jù)類型,然后才能將其用于表定義中。
net framework user-defined types are created with the create type statement before they can be used in a table definition 只有在使用createtype語句創(chuàng)建了.netframework用戶定義類型后,才能將其用于表定義。
once the assembly is registered and copied into a database, you can use the transact-sql create type statement to create a udt and expose its members 程序集注冊并復(fù)制到數(shù)據(jù)庫中之后,可以使用transact-sqlcreatetype語句創(chuàng)建udt并公開其成員。